home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / chip_08_2000.iso / aktualnosci / sterowniki / Logitech QuickCam Pro / qc520_e.exe / data1.cab / DriverW98INF / LVSOUND.INF < prev   
Encoding:
Windows Setup INFormation  |  2000-04-17  |  3.0 KB  |  108 lines

  1. ;
  2. ; LVSOUND.INF
  3. ; Logitech Video Camera Microphone Installation file.
  4. ; Copyright (c)1996-1999 Logitech Inc.
  5. ;
  6.  
  7.  
  8. [Version]
  9. Signature="$CHICAGO$"
  10. Class=MEDIA
  11. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  12. provider=%LGI%
  13. ;CatalogFile=lvsound.cat
  14. LayoutFile=layout.inf, layout1.inf, layout2.inf
  15.  
  16. [SourceDisksNames]
  17. 1="Logitech USB Video Camera Disk",LogiVideo,,
  18.  
  19. [SourceDisksFiles]
  20. LVSound.sys=1
  21. ;lvsound.cat=1
  22.  
  23. [Manufacturer]
  24. %MfgName%=Logitech
  25.  
  26.  
  27. [Logitech]
  28. %USB\VID_046D&PID_0801.DeviceDesc%=PCM2USB,USB\VID_046D&PID_0801&MI_01
  29. %USB\VID_046D&PID_0850.DeviceDesc%=PCM2USB,USB\VID_046D&PID_0850&MI_01
  30.  
  31. [DestinationDirs]
  32. PCM2USB.CopyList     = 10,system32\drivers ; %SystemRoot%\system32\drivers
  33.  
  34. [ControlFlags]
  35. ; All PnP devices should be excluded from manual AddDevice Applet list
  36. ExcludeFromSelect=*
  37.  
  38. [PCM2USB]
  39. Include=ks.inf, wdmaudio.inf
  40. Needs=KS.Registration, WDMAUDIO.Registration
  41. CopyFiles=PCM2USB.CopyList
  42. AddReg=PCM2USB.AddReg
  43.  
  44. [PCM2USB.AddReg]
  45. ;; Usb audio specific regestry update sutff
  46. HKR,,AssociatedFilters,,"wdmaud,redbook,sbemul"
  47. HKR,,Driver,,LVSound.sys
  48. HKR,,NTMPDriver,,LVSound.sys
  49.  
  50. HKR,Drivers,SubClasses,,"wave,mixer"
  51.  
  52. HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
  53. HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
  54.  
  55. HKR,Drivers\wave\wdmaud.drv,Description,,%USBGenericDesc%
  56. HKR,Drivers\mixer\wdmaud.drv,Description,,%USBGenericDesc%
  57.  
  58. HKCU,%MediaPrefered%,"Record",,%MediaPreferedValue%
  59. HKCU,%MediaPrefered%,"UserRecord",,%MediaPreferedValue%
  60. HKCU,%MediaPrefered%,"PreferredOnly",1,01,00,00,00
  61.  
  62. ;; Copy to system32\drivers
  63. [PCM2USB.CopyList]
  64. LVSound.sys
  65.  
  66. ;;**************** NT Install ****************
  67.  
  68. [PCM2USB.NT]
  69. Include=ks.inf, wdmaudio.inf
  70. Needs=KS.Registration, WDMAUDIO.Registration.NT
  71. CopyFiles=PCM2USB.CopyList
  72. AddReg=PCM2USB.AddReg
  73.  
  74. ;; No interfaces???
  75.  
  76. [PCM2USB.NT.Services]
  77. AddService = wdmaud,  0x00000000, wdmaud_Service_Inst
  78. AddService = lusbaudio,0x00000002, lusbaudio_Service_Inst
  79.  
  80. [wdmaud_Service_Inst]
  81. DisplayName    = %wdmaud.SvcDesc%
  82. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  83. StartType      = 1                  ; SERVICE_SYSTEM_START
  84. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  85. ServiceBinary  = %10%\system32\drivers\wdmaud.sys
  86.  
  87. [lusbaudio_Service_Inst]
  88. DisplayName    = %LUSBAudio.SvcDesc%
  89. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  90. StartType      = 1                  ; SERVICE_SYSTEM_START
  91. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  92. ServiceBinary  = %10%\system32\drivers\lvsound.sys
  93.  
  94. [Strings]
  95. LGI="Logitech"
  96. MfgName="Logitech"
  97.  
  98. USBGenericDesc="Logitech USB Microphone"
  99. USB\VID_046D&PID_0801.DeviceDesc="Logitech USB Microphone"
  100. USB\VID_046D&PID_0850.DeviceDesc="Logitech USB Microphone"
  101.  
  102. MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
  103.  
  104. wdmaud.SvcDesc = "Microsoft WDM Virtual Wave Driver (WDM)"
  105. LUSBAudio.SvcDesc="Logitech USB Microphone"
  106. MediaPrefered="Software\Microsoft\Multimedia\Sound Mapper"
  107. MediaPreferedValue="Logitech USB Microphone Record "
  108.